home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / Textbook.MPJ / PopupTopicFileList.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-07-13  |  451 b 

  1. {
  2.     "schema": {
  3.         "FileID": "Long Integer",
  4.         "Filename": "Text (255)",
  5.         "ModifiedDate": "DateTime",
  6.         "ModifiedBy": "Text (255)",
  7.         "Status": "Long Integer",
  8.         "FolderID": "Long Integer",
  9.         "Priority": "Long Integer",
  10.         "TimeEstimate": "Long Integer",
  11.         "CheckList": "Long Integer",
  12.         "Comment": "Text (255)",
  13.         "Flags": "Long Integer"
  14.     },
  15.     "data": [
  16.         {
  17.             "FileID": 1,
  18.             "Filename": "context.txt",
  19.             "ModifiedDate": "01/02/70 00:00:00",
  20.             "Status": 0,
  21.             "FolderID": 0,
  22.             "Priority": 0,
  23.             "TimeEstimate": 0,
  24.             "CheckList": 0,
  25.             "Flags": 0
  26.         }
  27.     ]
  28. }